home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / packer / gnutar / source.lzh / source / sasinclude / utime.h < prev   
C/C++ Source or Header  |  1995-09-16  |  109b  |  11 lines

  1. #ifndef _UTIME_H
  2. #define _UTIME_H
  3.  
  4. struct utimbuf
  5. {
  6.   long actime;
  7.   long modtime;
  8. };
  9.  
  10. #endif /* _UTIME_H */
  11.